[INFO] cloning repository https://github.com/El-Maco/aoc-25
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/El-Maco/aoc-25" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEl-Maco%2Faoc-25", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEl-Maco%2Faoc-25'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eef70705282b9c048cf0da975b25a872a2df7a03
[INFO] fixing El-Maco/aoc-25 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEl-Maco%2Faoc-25" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/El-Maco/aoc-25
[INFO] finished tweaking git repo https://github.com/El-Maco/aoc-25
[INFO] tweaked toml for git repo https://github.com/El-Maco/aoc-25 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/El-Maco/aoc-25 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/El-Maco/aoc-25 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7
[INFO] running `Command { std: "docker" "start" "db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking aoc-25 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/bin/day11.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn solve_part1(input: &str) -> u64 {
[INFO] [stdout]   |    -----------                 ^^^ expected `u64`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/day11.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 | fn solve_part2(input: &str) -> u64 {
[INFO] [stdout]    |                ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-25` (bin "day11" test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/day04.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let mut i = 0;
[INFO] [stdout]    |         ----^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_in_area`
[INFO] [stdout]    --> src/bin/day09.rs:120:21
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 let is_in_area = str_grid[first_y..second_y]
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_in_area`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_in_area`
[INFO] [stdout]    --> src/bin/day09.rs:120:21
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 let is_in_area = str_grid[first_y..second_y]
[INFO] [stdout]     |                     ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_in_area`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_input` is never used
[INFO] [stdout]  --> src/bin/utils.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_input(input: &str) -> Vec<&str> {
[INFO] [stdout]   |        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_line` is never used
[INFO] [stdout]   --> src/bin/utils.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub fn parse_line(row: &str) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]   --> src/bin/utils.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn main() {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]   --> src/bin/utils.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Point {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distance` is never used
[INFO] [stdout]   --> src/bin/utils.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 29 |     pub fn distance(&self, other: &Point) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7", kill_on_drop: false }`
[INFO] [stdout] db976e2e2b1bc918a063dacdcb72c3ded2e70fdd8c2d25449b83914461ae45d7
